home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 April / Disc 2 / PCUSER0402D2.iso / software / utils / files / wincron.exe / data1.cab / Sample_Scripts / thread_test_01.tg < prev    next >
Encoding:
Text File  |  2001-10-20  |  421 b   |  21 lines

  1. ## thread_test_01
  2. # This test consumes 100% of the interpreters CPU cycles, yet the UI is still 
  3. #    responsive. This allows testing of the threading model (shutdown via the UI while 
  4. #    the interpreter is still busy.)
  5. {
  6.     -start
  7.  
  8.     -action -print 100
  9.     -action -spin 100
  10.  
  11.     -action -print 1000
  12.     -action -spin 1000
  13.  
  14.     -action -print 10000
  15.     -action -spin 10000
  16.  
  17.     -action -print done!
  18.  
  19.     #-action -inc 0 0 0 1
  20. }
  21.